Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Zuse Institute Berlin
Research institute for applied mathematics and computer science in Berlin, Germany

The Zuse Institute Berlin (abbreviated ZIB, or Konrad-Zuse-Zentrum für Informationstechnik Berlin) is a research institute for applied mathematics and computer science on the campus of Freie Universität Berlin in Dahlem, Berlin, Germany.

The ZIB was founded by law as a statutory establishment and as a non-university research institute of the State of Berlin in 1984. In close interdisciplinary cooperation with the Berlin universities and scientific institutions Zuse Institute implements research and development in the field of information technology with a particular focus on application-oriented algorithmic mathematics and practical computer science. ZIB also provides high-performance computer capacity as an accompanying service as part of the Network of high performance computers in Northern Germany (Norddeutscher Verbund von Hoch- und Höchstleistungsrechnern (HLRN)).

Konrad Zuse, born in Berlin in 1910, is the namesake of the ZIB.

Related Image Collections Add Image
We don't have any YouTube videos related to Zuse Institute Berlin yet.
We don't have any PDF documents related to Zuse Institute Berlin yet.
We don't have any Books related to Zuse Institute Berlin yet.
We don't have any archived web articles related to Zuse Institute Berlin yet.

SCIP (optimization software)

SCIP (Solving Constraint Integer Programs) is a mixed integer programming solver and a framework for branch and cut and branch and price, developed primarily at Zuse Institute Berlin. Unlike most commercial solvers, SCIP gives the user low-level control of and information about the solving process. Run as a standalone solver, it is one of the fastest non-commercial solvers for mixed integer programs.1

SCIP is implemented as C callable library. For user plugins, C++ wrapper classes are provided. The solver for the LP relaxations is not a native component of SCIP, an open LP interface is provided instead. Currently supported LP solvers are CLP, CPLEX, MOSEK, SoPlex, and Xpress. SCIP can be run on Linux, Mac, Sun, and Windows operating systems.

Prior versions of SCIP were distributed under a source-available license that allowed free academic use. Starting from version 8.0.3 the full suite was released under the Apache 2.0 license.2

Features

The design of SCIP is based on the notion of constraints. It supports about 20 constraint types for mixed-integer linear programming, mixed-integer nonlinear programming, mixed-integer all-quadratic programming and Pseudo-Boolean3 optimization. It can also solve Steiner Trees and multi-objective optimization problems.45

Interfaces

There are several native interface libraries available for SCIP. SCIP can be accessed through the modeling system of GAMS. Interfaces to MATLAB and AMPL are available within the standard distribution. There are also currently externalized interfaces for Python, Java, Julia, and Rust.6

Further reading

Wikimedia Commons has media related to Konrad-Zuse-Zentrum für Informationstechnik.

References

  1. Mixed Integer Linear Programming Benchmark Mar 18, 2012. http://plato.asu.edu/ftp/milpc.html

  2. Release notes for SCIP 8.0 Feb 15, 2023. https://www.scipopt.org/doc-8.0.3/html/RN80.php

  3. Pseudo-Boolean challenge 2009 Feb 11, 2011. http://www.cril.univ-artois.fr/PB09/results/ranking.php?idev=28

  4. A Generic Approach to Solving the Steiner Tree Problem and Variants Nov 9, 2015. https://opus4.kobv.de/opus4-zib/files/5781/MasterThesis.pdf

  5. PolySCIP Aug 15, 2016. http://polyscip.zib.de/

  6. scipopt May 22, 2023. https://github.com/scipopt/